From: Richard M. Stallman Date: Sat, 28 May 1994 12:08:35 +0000 (+0000) Subject: [HAVE_X_WINDOWS]: Include xterm.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91335 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c5e3b6c5c1554d70e6873c3537e476953069e3e1;p=emacs.git [HAVE_X_WINDOWS]: Include xterm.h. --- diff --git a/src/keyboard.c b/src/keyboard.c index 7179e3a5321..3619dc0abf6 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -53,6 +53,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "systty.h" #include "systime.h" +/* This is to get the definitions of the XK_ symbols. */ +#ifdef HAVE_X_WINDOWS +#include "xterm.h" +#endif + extern int errno; /* Variables for blockinput.h: */